home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / math / alged34.zip / ALGEDFRA.MNU < prev    next >
Text File  |  1996-06-06  |  4KB  |  100 lines

  1. ;
  2. ;  This file defines the menu for alged
  3. ;  The item is followed by: "name" function hotkey
  4. ;  If the name starts with . then it is not visible.
  5. ;  The order in this file determines the order on the menu.
  6. ;  The hot key can be a char 'a' or a number, add 300 to extended kbd codes,
  7. ;  for instance 359 is F1.
  8. ;  F1=help, Esc=exit, and alt-D=debug are hardcoded, and cannot be changed.
  9. ;  The messages (msg) will automatically have an end-of-line (13) appended,
  10. ;  unless the last character is a $.
  11. ;
  12. width 10
  13. bottom "══════════ Algebra Editor 3.4 ════ F1=Aide ════ Echap=Exit "
  14. top ""
  15. endlist "(fin de la liste)"
  16. key " Clé "
  17. item "Simplifie"  0  ' '   ;
  18. item "Associe  " 1  'a'   ;
  19. item "Coef Poly" 2  'p'   ;
  20. item "Div Poly"  3  '\'   ;
  21. item "JointExp"  20 'j'   ;
  22. item "Add-Clé"   5  '+'   ;
  23. item "EffaceDeb" 14 383   ;
  24. item "Charge"    15 'l'   ;
  25. item "Distribue" 8  'd'   ;
  26. item "Déno-Comm" 9  'm'   ;
  27. item "FactQuad"  11 'q'   ;
  28. item "FactCubic" 35 '3'   ;
  29. item "^N Etend " 12 'n'   ;
  30. item "Mult-Clé " 13 '*'   ;
  31. item "EffacTout" 7  318   ; alt-E
  32. item "Sauve"     31 's'   ;
  33. item "Calcule  " 16 'c'   ;
  34. item "FactPrem " 33 'v'   ;
  35. item "Mode Car " 17 '8'   ;
  36. item "Fact-Poly" 19 'f'   ;
  37. item "Substitue" 4  'u'   ;
  38. item "Div-Clé "  21 '/'   ;
  39. item "InsèreClé" 22 382   ;
  40. item "EgalGauch" 42 '['   ;
  41. item "Entiers"   24 'i'   ;
  42. item "Graph"     36 'g'   ;
  43. item "Centrer"   26 371   ;
  44. item "EntrerClé" 30 'k'   ;
  45. item "Egal-Clé"  28 '='   ;
  46. item "Sub-Clé  " 6  '-'   ;
  47. item "Exp-Clé"   29 'e'   ;
  48. item "EgalDroit" 37 ']'   ;
  49. item ".Prev"     10 372   ; up arrow
  50. item ".Quit"     34 27
  51. item ".Right"    27 377
  52. item ".Help"     32 359
  53. item ".Next"     18 380
  54. item ".ritePost" 23 'w'
  55. item ".Left"     25 375
  56. item ".Pick2key" 38 '.'
  57. item ".Pickleft" 39 379
  58. item ".Pickrght" 40 381
  59. item ".Picktop"  41 373
  60. item ".DelKey"   43 13
  61. item ".DstChild" 44 'D'
  62. msg  1 parser stack underflow.
  63. msg  2 parser r-stack underflow.
  64. msg  3 Impossible d'ouvrir %s pour lire en format infix.
  65. msg  4 Caractère ) ou , inattendu
  66. msg  5 Impossible d'ouvrir %s pour lire en format postfix.
  67. msg  6 Fonction parité manquante %s.
  68. msg  7 Pas assez d'arguments pour la fonction %s.
  69. msg  8 Trop d'argument pour la fonction %s.
  70. msg  9 Impossible d'ouvrir %s en écriture.
  71. msg 10 ; Les données d'Alged en format Postfix sauvées comme %s sur %s;
  72. msg 11 ; Les données d'Alged en format infix sauvées comme %s sur %s;
  73. msg 12 Le driver de la souris est introuvable.
  74. msg 13 Option non reconnue %d.
  75. msg 14 Erreur dans la réaffectation de taille.
  76. msg 15 Erreur dans l'impression.
  77. msg 16 Impossible de trouver le fichier menu '%s'.
  78. msg 17 Erreur graphique %d [%s].
  79. msg 18 variables$
  80. msg 19 polaire   $
  81. msg 20 ***>>> Erreur fatale d'ALGED - Toute la mémoire est utilisée.
  82. msg 21 Erreur dans freenode.
  83. msg 22 Erreur dans freetree.
  84. msg 23 LIBRE$
  85. msg 24 Entrer le nom du fichier pour la sauvegarde [*.ae] :$
  86. msg 25 Entrer le nom du fichier de chargement [*.ae] :$
  87. msg 26 Entrer le nom du fichier pour la sauvegarde en postfix [*.ae] :$
  88. msg 27 Mode camera libre$
  89. msg 28 ***>>> La mémoire d'ALGED est altérée.
  90. msg 29 non utilisé$
  91. msg 30 Entrer une expression POSTFIX ; Taper F6 Entrée pour terminer.
  92. msg 31 Entrer une formule, commentaire ou option.  Taper F6 Entrée pour terminer
  93. msg 32 pi$
  94. msg 33 π$
  95. msg 34 Attention Le signe moins n'est pas admis. Changer -x en -1*x.
  96. msg 35 Taper sur la barre d'espacement ou 'g'.
  97. msg 36 F1=Aide$
  98. msg 37 cylindrique  $
  99. ;
  100.